-
-
Notifications
You must be signed in to change notification settings - Fork 400
Openshift - datetime value handling #889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
661050c to
146fadd
Compare
|
Updates:
This version still uses |
d06270a to
8b65699
Compare
While the message template customization function had `dep_time` and `dep_id` parameters, the `deployment` dict was not populated with those fields previously.
8b65699 to
572de66
Compare
572de66 to
59fa607
Compare
|
Updates:
Apologies for the embarrasing errors. I even checked that docs page earlier. 🤷 Tangential questions (if you have the time):
|
|
Looks good to me, merged, thanks @Niloth-p! I encourage discussing those tangential questions in new #integrations threads in chat.zulip.org. |
We want to use only ISO 8601 formats with the
<time:>syntax, so we remove the previous comment recommending the usage of<time:dep_time>, and instead add a (commented-out) function that converts the datetime to the right format.How did you test this PR?
I did not.
Self-review checklist
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
Individual commits are ready for review (see commit discipline).
Completed manual review and testing of the following: